projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90a6e92
)
ARM: uniphier: add default bootm_low to fix FIT boot
author
Masahiro Yamada
<
[email protected]
>
Thu, 21 Jan 2016 05:56:07 +0000
(14:56 +0900)
committer
Masahiro Yamada
<
[email protected]
>
Sun, 14 Feb 2016 07:36:12 +0000
(16:36 +0900)
Commit
25d4eb8091f4
("ARM: uniphier: add bootm_low environment")
missed to add "bootm_low" for FIT boot. Set "bootm_low" to the
DRAM base address.
Signed-off-by: Masahiro Yamada <
[email protected]
>
include/configs/uniphier.h
patch
|
blob
|
history
diff --git
a/include/configs/uniphier.h
b/include/configs/uniphier.h
index ec4fd67ee6bb36f241df2cddacc3b3dcb629dda8..00c27f1dadcc6dc32f734c7d89d1baa3d13e8b72 100644
(file)
--- a/
include/configs/uniphier.h
+++ b/
include/configs/uniphier.h
@@
-223,6
+223,7
@@
"netdev=eth0\0" \
"verify=n\0" \
"nor_base=0x42000000\0" \
+ "bootm_low=0x80000000\0" \
"nandupdate=nand erase 0 0x00100000 &&" \
"tftpboot u-boot-spl-dtb.bin &&" \
"nand write $loadaddr 0 0x00010000 &&" \